docs/xsplice: Fix syntax when compiling to pdf with pandoc
authorAndrew Cooper <andrew.cooper3@citrix.com>
Sun, 15 May 2016 13:09:30 +0000 (14:09 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 23 May 2016 10:22:45 +0000 (11:22 +0100)
commit3aae91f5c7a536e178bae255320a858d388c7fe6
treef80c45889bfaf62d706d21862159cfc74ff6d62f
parente9bcfcfbde744fea656556b09e35f798144d0bbc
docs/xsplice: Fix syntax when compiling to pdf with pandoc

Pandoc (version 1.12.4.2 from Debian Jessie) complains at the embedded \n in
the signature checking paragraph.

  /usr/bin/pandoc --number-sections --toc --standalone misc/xsplice.markdown
    --output pdf/misc/xsplice.pdf
  ! Undefined control sequence.
  l.1085 appended\textasciitilde{}\n

Surround the string in backticks to make it verbatim text.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
docs/misc/xsplice.markdown